Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use spack commit from config for generating spack view #199

Merged
merged 2 commits into from
Nov 8, 2024

Conversation

bcumming
Copy link
Member

@bcumming bcumming commented Nov 8, 2024

No description provided.

@bcumming bcumming merged commit 4ce4885 into master Nov 8, 2024
13 checks passed
msimberg added a commit that referenced this pull request Nov 11, 2024
bcumming pushed a commit that referenced this pull request Nov 12, 2024
* Revert "use spack commit from config for generating spack view (#199)"

This reverts commit 4ce4885.

* Convert spack git commit stdout byte array to string before using in template

The stdout byte array is printed as

b'<commit hash>'

which will be interpreted in the Makefile as a string with a prefix of
b. Explicitly decoding the byte array to a string first ensures the git
commit will be printed without extra quotes or prefixes in the Makefile.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant